Skip to content

查询结算账户

普通服务商(支付机构、银行不可用),可使用本接口查询其进件、已签约的特约商户-结算账户信息(敏感信息掩码)。 该接口可用于核实是否成功修改结算账户信息、及查询系统汇款验证结果。 官方文档

js
wxpay
.
v3
.
apply4sub
.
sub_merchants
.
_sub_mchid_
.
settlement
.
get
({
sub_mchid
,
}) .
then
(
({
data
: {
account_type
,
account_name
,
account_bank
,
bank_address_code
,
bank_name
,
bank_branch_id
,
account_number
,
verify_result
,
}, }) => ({
account_type
,
account_name
,
account_bank
,
bank_address_code
,
bank_name
,
bank_branch_id
,
account_number
,
verify_result
,
}) )

Released under the MIT License. (SITEMAP)